perm filename GPNTH2.MF[MF,DEK] blob
sn#754289 filedate 1984-05-18 generic text, type T, neo UTF8
input sunfont1base
input sunfont1base
proofing:=1;
vardef char.V=
setwidth .75em;
pos1(1.1thickwidth,10);
pos2(thickwidth,65);
pos3(thinwidth,0);
pos4(1.1thinwidth,10);
x1l=.1em;
x4l=w-.1em;
y1=y4=capheight;
y2l=0;
x2l=w/2;
x3l=x2l;
y3l=y2l;
stroke(1,2,.1,.4,.1);
stroke(4,3,.1,.4,.1);
stroke(2,3,0,0,0);
labelpos(1,2,3,4);
enddef;
vardef char.z=
setwidth .43em;
pos1(thickwidth,80);
pos2(2thickwidth,30);
pos3(2thickwidth,30);
pos4(thickwidth,90);
x1l=0;
y1l=xheight-thickwidth;
y2r=xheight;
x2r=w;
x3l=0;
y3l=0;
x4l=w;
y4l=0;
stroke(1,2,.4,.3,.2);
stroke(2,3,.5,.5,.5);
stroke(3,4,0.6,0.2,0.3);
labelpos(1,2,3,4);
enddef;
pausing := 1;
test.normal(char.V);
test.bold(char.V);
test.boldx(char.V);
test.normal(char.z);
test.bold(char.z);
test.boldx(char.z);
end